Northwoods.GoWPF 2.2.4 Assembly
GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class
Members 

This nested class is used during copying to hold a mapping of original nodes to newly copied nodes and original links to newly copied links.
Syntax
Public NotInheritable Class GraphLinksModel.CopyDictionary
    (Of NodeType,NodeKey,PortKey,LinkType) 
   Implements ICopyDictionary 
public sealed class GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> : ICopyDictionary  
Type Parameters
NodeType
NodeKey
PortKey
LinkType
Remarks

This ICopyDictionary is used during the two-pass copying process to keep track of which newly copied node data correspond to which original node data and which newly copied link data correspond to which original link data.

Although this nested type is not a generic class, it is parameterized by the NodeType, NodeKey, PortKey, and LinkType type parameters of the containing generic model class. You should call GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>.CreateCopyDictionary to allocate an instance.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphLinksModel`4.CopyDictionary<NodeType,NodeKey,PortKey,LinkType>

Requirements
See Also

Reference

GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Members
Northwoods.GoXam.Model Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback